1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 <Global.System.Diagnostics.CodeAnalysis.SuppressMessage(
"Microsoft.Naming", "CA1726")> _
3 Partial Class frmLogin
4     Inherits System.Windows.Forms.Form
5
6     
'Form overrides dispose to clean up the component list.
7     <System.Diagnostics.DebuggerNonUserCode()> _
8     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
9         Try
10             If disposing AndAlso components IsNot Nothing Then
11                 components.Dispose()
12             End If
13         Finally
14             MyBase.Dispose(disposing)
15         End Try
16     End Sub
17     Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
18     Friend WithEvents UsernameLabel As System.Windows.Forms.Label
19     Friend WithEvents PasswordLabel As System.Windows.Forms.Label
20     Friend WithEvents UserID As System.Windows.Forms.TextBox
21     Friend WithEvents Password As System.Windows.Forms.TextBox
22     Friend WithEvents OK As System.Windows.Forms.Button
23     Friend WithEvents Cancel As System.Windows.Forms.Button
24
25     
'Required by the Windows Form Designer
26     Private components As System.ComponentModel.IContainer
27
28     
'NOTE: The following procedure is required by the Windows Form Designer
29     
'It can be modified using the Windows Form Designer.
30     
'Do not modify it using the code editor.
31     <System.Diagnostics.DebuggerStepThrough()> _
32     Private Sub InitializeComponent()
33         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLogin))
34         Me.UsernameLabel = New System.Windows.Forms.Label()
35         Me.PasswordLabel = New System.Windows.Forms.Label()
36         Me.UserID = New System.Windows.Forms.TextBox()
37         Me.Password = New System.Windows.Forms.TextBox()
38         Me.OK = New System.Windows.Forms.Button()
39         Me.Cancel = New System.Windows.Forms.Button()
40         Me.UserType = New System.Windows.Forms.TextBox()
41         Me.LinkLabel2 = New System.Windows.Forms.LinkLabel()
42         Me.LogoPictureBox = New System.Windows.Forms.PictureBox()
43         CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
44         Me.SuspendLayout()
45         
'
46         
'UsernameLabel
47         
'
48         Me.UsernameLabel.Location = New System.Drawing.Point(
172, 24)
49         Me.UsernameLabel.Name =
"UsernameLabel"
50         Me.UsernameLabel.Size = New System.Drawing.Size(
220, 23)
51         Me.UsernameLabel.TabIndex =
0
52         Me.UsernameLabel.Text =
"&User ID"
53         Me.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
54         
'
55         
'PasswordLabel
56         
'
57         Me.PasswordLabel.Location = New System.Drawing.Point(
172, 67)
58         Me.PasswordLabel.Name =
"PasswordLabel"
59         Me.PasswordLabel.Size = New System.Drawing.Size(
220, 23)
60         Me.PasswordLabel.TabIndex =
2
61         Me.PasswordLabel.Text =
"&Password"
62         Me.PasswordLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
63         
'
64         
'UserID
65         
'
66         Me.UserID.Location = New System.Drawing.Point(
174, 44)
67         Me.UserID.Name =
"UserID"
68         Me.UserID.Size = New System.Drawing.Size(
220, 20)
69         Me.UserID.TabIndex =
1
70         
'
71         
'Password
72         
'
73         Me.Password.Location = New System.Drawing.Point(
175, 87)
74         Me.Password.Name =
"Password"
75         Me.Password.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
42)
76         Me.Password.Size = New System.Drawing.Size(
220, 20)
77         Me.Password.TabIndex =
3
78         
'
79         
'OK
80         
'
81         Me.OK.Location = New System.Drawing.Point(
175, 125)
82         Me.OK.Name =
"OK"
83         Me.OK.Size = New System.Drawing.Size(
94, 23)
84         Me.OK.TabIndex =
4
85         Me.OK.Text =
"&OK"
86         
'
87         
'Cancel
88         
'
89         Me.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
90         Me.Cancel.Location = New System.Drawing.Point(
275, 125)
91         Me.Cancel.Name =
"Cancel"
92         Me.Cancel.Size = New System.Drawing.Size(
94, 23)
93         Me.Cancel.TabIndex =
5
94         Me.Cancel.Text =
"&Cancel"
95         
'
96         
'UserType
97         
'
98         Me.UserType.Location = New System.Drawing.Point(
339, 12)
99         Me.UserType.Name =
"UserType"
100         Me.UserType.Size = New System.Drawing.Size(
55, 20)
101         Me.UserType.TabIndex =
10
102         Me.UserType.Visible = False
103         
'
104         
'LinkLabel2
105         
'
106         Me.LinkLabel2.AutoSize = True
107         Me.LinkLabel2.BackColor = System.Drawing.Color.Transparent
108         Me.LinkLabel2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
109         Me.LinkLabel2.ForeColor = System.Drawing.SystemColors.ButtonHighlight
110         Me.LinkLabel2.LinkColor = System.Drawing.Color.Black
111         Me.LinkLabel2.Location = New System.Drawing.Point(
172, 167)
112         Me.LinkLabel2.Name =
"LinkLabel2"
113         Me.LinkLabel2.Size = New System.Drawing.Size(
107, 15)
114         Me.LinkLabel2.TabIndex =
11
115         Me.LinkLabel2.TabStop = True
116         Me.LinkLabel2.Text =
"Change Password"
117         
'
118         
'LogoPictureBox
119         
'
120         Me.LogoPictureBox.Image = Global.ERP_System.My.Resources.Resources.School_Icon
121         Me.LogoPictureBox.Location = New System.Drawing.Point(
0, 0)
122         Me.LogoPictureBox.Name =
"LogoPictureBox"
123         Me.LogoPictureBox.Size = New System.Drawing.Size(
165, 193)
124         Me.LogoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
125         Me.LogoPictureBox.TabIndex =
0
126         Me.LogoPictureBox.TabStop = False
127         
'
128         
'frmLogin
129         
'
130         Me.AcceptButton = Me.OK
131         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
132         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
133         Me.BackColor = System.Drawing.SystemColors.ButtonHighlight
134         Me.CancelButton = Me.Cancel
135         Me.ClientSize = New System.Drawing.Size(
401, 192)
136         Me.Controls.Add(Me.LinkLabel2)
137         Me.Controls.Add(Me.UserType)
138         Me.Controls.Add(Me.Cancel)
139         Me.Controls.Add(Me.OK)
140         Me.Controls.Add(Me.Password)
141         Me.Controls.Add(Me.UserID)
142         Me.Controls.Add(Me.PasswordLabel)
143         Me.Controls.Add(Me.UsernameLabel)
144         Me.Controls.Add(Me.LogoPictureBox)
145         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
146         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
147         Me.MaximizeBox = False
148         Me.MinimizeBox = False
149         Me.Name =
"frmLogin"
150         Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
151         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
152         Me.Text =
"Login Form"
153         CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
154         Me.ResumeLayout(False)
155         Me.PerformLayout()
156
157     End Sub
158     Friend WithEvents UserType As System.Windows.Forms.TextBox
159     Friend WithEvents LinkLabel2 As System.Windows.Forms.LinkLabel
160
161 End Class


Gõ tìm kiếm nhanh...